.s1 {
	position: fixed;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -250px;
	width: 500px;
	height: 300px;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.s1 p {
	margin: 0;
	padding: 50px 0 20px 0;
	font-family: Arial;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

.s1 span {
	display: block;
	font-family: Arial;
	font-size: 25px;
	color: #666;
	text-align: center;
}

.s1 a {
	margin: 20px auto 0 auto;
	display: block;
	width: 220px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 25px;
	background: #f88371;
}

.s1 a:hover {
	background: #ed6f5c;
}

@media (max-width:480px) {
	.s1 {
		margin: -127px 0 0 0;
		width: 80%;
		height: 255px;
		left: 10%;
	}
	.s1 p {
		font-size: 36px;
	}
	.s1 span {
		font-size: 18px;
	}
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
	text-decoration: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

*html .clearfix {
	height: 1%
}

.map-service {
	position: relative;
	height: 618px;
	background: url(yx181643.jpg) center no-repeat
}

.china-map {
	width: 748px;
	height: 618px;
	background: url(../img/map_black_bg.png) center no-repeat;
	position: relative;
}

.region-list {
	position: absolute;
	left: 0;
	top: 0
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.postition-9 .area-box .dot {
	left: -2px!important;
	top: -2px!important;
}

.area-box .dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	position: absolute;
	top: -17px;
	left: -17px;
	height: 40px;
	width: 40px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}

.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.region-list.active .area-box .dot {
	background: #fff;
}

.region-list.active .area-box .pulse {
	border-color: #fff;
	top: -13px;
	left: -13px;
	height: 36px;
	width: 36px;
	-webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
	-moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
	box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset
}

.region-list.waite .area-box .dot {
	background: #2dde03;
}

.region-list.waite .area-box .pulse {
	border-color: #2dde03;
}

.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
	height: 127px;
	opacity: 1
}

.show-regin span {
	width: 28px;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
}

.postition-10 .show-regin span {
	left: 0
}

.area-box {
	z-index: 77
}

.show-regin {
	z-index: 66
}

.region-list.active .show-regin span {
	position: relative;
	color: #ddd;
}

.region-list.waite .show-regin span {
	color: #ddd;
}

.postition-4 {
	left: 453px;
	top: 348px
}

.postition-41 {
	left: 393px;
	top: 328px
}

.postition-5 {
	left: 526px;
	top: 394px
}

.postition-5_1 {
	left: 506px;
	top: 454px
}

.postition-5_2 {
	left: 526px;
	top: 354px
}

.postition-6 {
	left: 586px;
	top: 364px
}

.postition-7 {
	left: 626px;
	top: 424px
}

.postition-8 {
	left: 652px;
	top: 200px
}

.postition-81 {
	left: 682px;
	top: 170px
}

.postition-82 {
	left: 682px;
	top: 100px
}

.postition-11 {
	left: 584px;
	top: 300px
}

.postition-9 {
	left: 637px;
	top: 371px
}

.postition-188 {
	left: 559px;
	top: 229px
}

.postition-1881 {
	left: 545px;
	top: 269px
}

.postition-1882 {
	left: 579px;
	top: 239px
}

.postition-1883 {
	left: 459px;
	top: 229px
}

.postition-1884 {
	left: 423px;
	top: 279px
}

.postition-1885 {
	left: 123px;
	top: 209px
}

.postition-1886 {
	left: 283px;
	top: 299px
}

.postition-1887 {
	left: 153px;
	top: 369px
}

.postition-182 {
	left: 401px;
	top: 403px
}

.postition-1821 {
	left: 451px;
	top: 418px
}

.postition-183 {
	left: 371px;
	top: 523px
}

.postition-184 {
	left: 441px;
	top: 473px
}

.douhao {
	width: 0
}


/* css 重置 */

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}


/* 本例子css */

.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 0px solid #ccc;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	width: 120px;
	height: 60px;
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	height: 100%;
	width: 100%;
	display: block;
	padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
	font-size: 14px;
	color: #555;
	padding-top: 10px;
}

#c_public_htmlCode-1556541570173{width:383px!important;left:0!important;}
    
    #content_box-1556541569933,#w_rbox-1556541569933,#w_rbox-1556541570013,#content_box-1556541570013,#w_rbox-1556541569973,#content_box-1556541569973{transition: all 0.5s;
	-webkit-transition: all 0.5s;cursor:pointer;}
    #w_rbox-1556541569933:hover #content_box-1556541569933{background:url(/img/4211103.jpg);}
    #w_rbox-1556541569933:hover{top:150px;}
    #w_rbox-1556541569933:hover span{color:#fff;}
    #w_rbox-1556541569933:hover .p_HLine{border-top-color:#fff;}
    #w_rbox-1556541569933:hover #w_img-1556541569963{display:none;}
    
    #w_rbox-1556541570013:hover #content_box-1556541570013{background:url(/img/4211103.jpg);}
    #w_rbox-1556541570013:hover{top:150px;}
    #w_rbox-1556541570013:hover span{color:#fff;}
    #w_rbox-1556541570013:hover .p_HLine{border-top-color:#fff;}
    #w_rbox-1556541570013:hover #w_img-1556541570043{display:none;}
    
     #w_rbox-1556541569973:hover #content_box-1556541569973{background:url(/img/4211103.jpg);}
    #w_rbox-1556541569973:hover{top:150px;}
    #w_rbox-1556541569973:hover span{color:#fff;}
    #w_rbox-1556541569973:hover .p_HLine{border-top-color:#fff;}
    #w_rbox-1556541569973:hover #w_img-1556541570003{display:none;}
    
    
#w_wbox-1556541569863 .p_wbox{
  background-image:url(/img/42905.jpg);
  background-image-part-image:url(/img/42905.jpg);
}
   /* #w_rbox-1556543454306{overflow:hidden;}
    #w_rbox-1556544069511{overflow:hidden;}
    #w_rbox-1556544203327{overflow:hidden;}
    #w_rbox-1556544640463{overflow:hidden;}
    #w_rbox-1556544493199{overflow:hidden;}
    #w_wbox-1556541570053{overflow:hidden;}*/
    #w_wbox-1556541569863 .w_img-002 .p_box{overflow:unset!important;}
    
    #content_box-1556543901442{cursor:pointer;}
    #w_img-1557907453975{display:none;}
    #content_box-1556543901442:hover #w_img-1557907453975{display:block;}
    
    #content_box-1556544203359{cursor:pointer;}
    #w_img-1557910130633{display:none;}
    #content_box-1556544203359:hover #w_img-1557910130633{display:block;}
    
    #content_box-1556544493234{cursor:pointer;}
    #w_img-1557910161163{display:none;}
    #content_box-1556544493234:hover #w_img-1557910161163{display:block;}
    
    #content_box-1556544069539{cursor:pointer;}
    #w_img-1558574669492{display:none;}
    #content_box-1556544069539:hover #w_img-1558574669492{display:block;}
    
    #content_box-1556544640502{cursor:pointer;}
    #w_img-1558576538839{display:none;}
    #content_box-1556544640502:hover #w_img-1558576538839{display:block;}